home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-08-02 | 520 b | 29 lines |
- #!smake
- #
- # Makefile for catman
- #
- # "$Revision: $"
-
- include $(ROOT)/usr/include/make/commondefs
-
- CFILES =
- SRC = xcontact.1
-
- TARGETS = *.z
-
- # uncomment the following line if there is just a single file being compiled
- # LMKDEPFLAGS= $(NULLSUFFIX_MKDEPFLAG)
-
- default:
- rm -f *.z
- neqn /usr/pub/eqnchar xcontact.1 | tbl | nroff -man -i > xcontact
- pack -f xcontact >>/dev/null
-
- include $(COMMONRULES)
-
- install:default
- $(INSTALL) -idb "xcontact.man.xcontact" \
- -F /usr/share/catman/u_man/cat1 -m 644 xcontact.z
-
- clobber:
-